home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 17bals.zip / ALS-NOTE.TXT next >
Text File  |  1988-10-11  |  3KB  |  46 lines

  1. DGS-ALS    -  New Lines for Main Alias Code
  2. DGS-ALSMOD - RBBS Lines Modified for Alias Support
  3. DGS-ALSNM  -  New Lines used to Provide Mail Notification w/Aliases
  4. DGS-MNMOD  - RBBS Lines Modified to Support Mail Notification w/Aliases
  5.  
  6.   This Mod adds the ability to Support Aliases to RBBS-PC 17.1A
  7.   Aliases Are turned on/off by having/not having a file with the
  8.      extension, A.Def, using the Message Files Name as in ADULTA.DEF
  9.      for the Adult Conference/SubBoard. It is located on the Same
  10.      Drive/Path as the conferences Users File.
  11.  
  12.   There are 3 modules added to the code.
  13.   DGSALIAS is used to Get or Create a Users Alias.
  14.   GOODALS  is used to make sure that the users requested Alias
  15.            does not exist and is not another users Real Name.
  16.          * Also Ensures 'SYSOP' and Sysops Name are not Attempted. *
  17.   ALIASCHK is used to support the RBBS Mail Notification feature.
  18.  
  19.   Related code is contained in -
  20.   RBBS-PC.Bas  - changes near lines -  178,  800, 1920, 1935, 3950,
  21.                                        5301, 5327, 5345, 5350, 5380
  22.   RBBSSUB1.Bas - contains the DGSALIAS and GOODALS Modules.
  23.                  These Routines could be placed in any RBBSSUB program.
  24.   RBBSSUB2.Bas - contains ALIASCHK placed just below WHOCHECK.
  25.                  other changes near lines - 1250, 10987
  26.  
  27.   Further Notes - The Alias Mod looks for an appropriate DEF file for
  28.           the conference or subboard.  If found it looks for the users
  29.           record and associated alias.  If found it returns and sets up
  30.           the users name to be the alias. It will treat mail to original
  31.           name or alias as belonging to the user.
  32.              If an Alias is NOT found in the Alias file the user is
  33.           prompted as to whether they want to use one.  If no the alias
  34.           is set to their real name.  If the user answers yes, they will
  35.           be prompted for the alias to use.
  36.  
  37.   Alias Limits - Max 31 Character Length, may NOT be Blank, can NOT be
  38.                  'SYSOP', or the Sysop's Name.  Duplicate Aliases are
  39.                  checked and stopped.  No real user name shown in the
  40.                  Alias file can be used as another persons alias.  This
  41.                  prevents someone Entering mail as someone else or being
  42.                  able to read another users personal mail.
  43.   Conference Mail Scan is Supported,
  44.      The Real User Name, at Logon will be notified if anyone has left
  45.          mail to either their real name or their Alias.
  46.